lock.wait();
}
}
output.append(result.get());
return true;
} catch (Exception e) {
output.append(parseException(e));
return false;
}
}
lock.wait();
}
}
return Either.right(result.get());
} catch (Exception e) {
return Either.right(parseException(e));
}
}